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

17 lines
179 B
NASM

%macro bluttan 0
nop
%endmacro
%ifnmacro bluttan
%error "bluttan is a macro"
%endif
%ifmacro blej
%error "blej is not a macro"
%endif
%ifdef ERROR
%ifnmacro
%endif
%endif