test: Add br3200749

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2011-03-07 11:29:56 +03:00
parent d34a1085b5
commit f66e71b2cc

9
test/br3200749.asm Normal file
View 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