From e6775697bb1496046cc125bded5303f80a26a5a1 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Fri, 24 Sep 2010 15:25:59 +0400 Subject: [PATCH] test: Add br3074517.asm Signed-off-by: Cyrill Gorcunov --- test/br3074517.asm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/br3074517.asm 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 + -- 2.11.4.GIT