1define comment
2# PASS
3endef
4
5a:=$(comment)
6
7foo:
8	$(comment)
9	echo $(a)
10