mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
f66e71b2cc
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
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
|
|
|