Home | History | Annotate | Download | only in testcase
      1 define x
      2 a
      3 b
      4 endef
      5 $(x):=PASS
      6 ifdef $(x)
      7 $(info $($(x)))
      8 endif
      9