aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/ifdef_ret_in_arg.mk
blob: 91d5fcaa26ff76b59d13e369f2a6e0337c93bc02 (plain)
1
2
3
4
5
6
7
8
define x
a
b
endef
$(x):=PASS
ifdef $(x)
$(info $($(x)))
endif