Home | History | Annotate | Download | only in testcase
      1 define comment
      2 # PASS
      3 endef
      4 
      5 a:=$(comment)
      6 
      7 foo:
      8 	$(comment)
      9 	echo $(a)
     10