• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1define test1
2# Typo below, endif instead of endef
3endif
4define test2
5endef
6
7foo:
8	echo FAIL
9
10