nasm/travis/test/br3200749.asm
Cyrill Gorcunov 6fcb91cbc1 test: nasm-t -- Add br3200749
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:46 +03:00

8 lines
70 B
NASM

%define IFNDEF %ifndef
%define ENDIF %endif
IFNDEF foo
; bar
ENDIF