summaryrefslogtreecommitdiff
path: root/test/ifdef.asm
blob: 606cbd278d13c23f2ae24bbbfb5b850335af91a3 (plain)
1
2
3
4
5
6
7
%define FOO(x) x
%ifndef FOO
  %define FOO(x) _ %+ x
%endif

FOO(this):
	jmp this