aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/comment_in_define.mk
blob: 62553cf9700c4c7c03334a1582995db8fa2519d3 (plain)
1
2
3
4
5
6
7
8
9
define comment
# PASS
endef

a:=$(comment)

foo:
	$(comment)
	echo $(a)