mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
test: Add br3200749
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
d34a1085b5
commit
f66e71b2cc
9
test/br3200749.asm
Normal file
9
test/br3200749.asm
Normal file
@ -0,0 +1,9 @@
|
||||
;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
|
||||
|
Loading…
Reference in New Issue
Block a user