nasm/test/br3074517.asm
Cyrill Gorcunov e6775697bb test: Add br3074517.asm
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2010-09-24 15:25:59 +04:00

12 lines
239 B
NASM

;%define UNDEFINED
%macro macro 0
%ifndef UNDEFINED
%rep 1
%fatal This should display "fatal: (m:3)"
%endrep
%endif
%fatal This should display "fatal: (m:6)" if 'UNDEFINED' defined
%endmacro
macro