repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nasm.c: Tabs to spaces in copy_filename
[nasm.git]
/
test
/
br3200749.asm
blob
79e35f8c55a228fe60440a525697d405dbcb7647
1
;Testname=unoptimized; Arguments=-O0 -fbin -obr3200749.bin; Files=stdout stderr br3200749.bin
2
;Testname=optimized; Arguments=-Ox -fbin -obr3200749.bin; Files=stdout stderr br3200749.bin
3
%
define IFNDEF
%
ifndef
4
%
define ENDIF
%
endif
5
6
IFNDEF foo
7
; bar
8
ENDIF
9