allwinner_a64/android/build/kati/testcase/err_unmatched_endef.mk
2018-08-08 16:48:17 +08:00

9 lines
93 B
Makefile

define test1
# Typo below, endif instead of endef
endif
define test2
endef
foo:
echo FAIL