Home | History | Annotate | Download | only in testcase
      1 FOO=OK  # A comment
      2 # A multiline comment \
      3 FOO=fail
      4 
      5 test:
      6 	echo $(FOO)
      7