mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
test: Add br3074517.asm
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
4a35008733
commit
e6775697bb
1 changed files with 12 additions and 0 deletions
12
test/br3074517.asm
Normal file
12
test/br3074517.asm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
;%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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue