summaryrefslogtreecommitdiff
path: root/test/br3074517.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/br3074517.asm')
-rw-r--r--test/br3074517.asm12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/br3074517.asm b/test/br3074517.asm
new file mode 100644
index 00000000..96978095
--- /dev/null
+++ b/test/br3074517.asm
@@ -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
+