aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/func_with_backslash.mk
blob: 3be76381457b550562ecbf14ca237b0eaadb315d (plain)
1
2
3
4
5
$(info $(if \
 $(X),FAIL,PASS))

test:
	echo OK