Home | History | Annotate | Download | only in testcase
      1 define test1
      2 # Typo below, endif instead of endef
      3 endif
      4 define test2
      5 endef
      6 
      7 foo:
      8 	echo FAIL
      9 
     10