blob: 129e0d3fa370efa17ec90d82904d6191ecd20301 [file] [log] [blame]
PASS:=\#PASS
test1:
echo $(PASS)
test2:
echo \# #
define pass
\#PASS
endef
test3:
echo $(pass)