9 lines
72 B
Makefile
9 lines
72 B
Makefile
define comment
|
|
# PASS
|
|
endef
|
|
|
|
a:=$(comment)
|
|
|
|
foo:
|
|
$(comment)
|
|
echo $(a)
|