summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/crash1.out
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/crash1.out')
-rw-r--r--gas/testsuite/gasp/crash1.out24
1 files changed, 24 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/crash1.out b/gas/testsuite/gasp/crash1.out
new file mode 100644
index 0000000000..725d078e3c
--- /dev/null
+++ b/gas/testsuite/gasp/crash1.out
@@ -0,0 +1,24 @@
+!
+
+!
+
+! .MACRO foo a b c=a
+! \a \b \c \d
+! .ENDM
+!
+
+! foo 1 2
+! 1 2 a \d
+ 1 2 a \d
+! foo 1 2 3 4
+! foo 1
+! 1 a \d
+ 1 a \d
+! foo
+! a \d
+ a \d
+!
+
+!
+
+! .END