Add __PATH__ support
[nasm.git] / test / br3074517.asm
blob96978095180a897dc8c6c149f64caf7207b55973
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
11 macro