• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1define x
2a
3b
4endef
5$(x):=PASS
6ifdef $(x)
7$(info $($(x)))
8endif
9