mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
10 lines
261 B
NASM
10 lines
261 B
NASM
|
;Testname=unoptimized; Arguments=-O0 -fbin -obr3200749.bin; Files=stdout stderr br3200749.bin
|
||
|
;Testname=optimized; Arguments=-Ox -fbin -obr3200749.bin; Files=stdout stderr br3200749.bin
|
||
|
%define IFNDEF %ifndef
|
||
|
%define ENDIF %endif
|
||
|
|
||
|
IFNDEF foo
|
||
|
; bar
|
||
|
ENDIF
|
||
|
|