repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test: nasm-t -- Add br3392252
[nasm.git]
/
test
/
br3074517.asm
blob
96978095180a897dc8c6c149f64caf7207b55973
1
;%define UNDEFINED
2
%
macro macro
0
3
%
ifndef UNDEFINED
4
%
rep
1
5
%
fatal
This
should display
"fatal: (m:3)"
6
%
endrep
7
%
endif
8
%
fatal
This
should display
"fatal: (m:6)"
if
'UNDEFINED'
defined
9
%
endmacro
10
11
macro
12