aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl4.out
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/pl4.out')
-rw-r--r--gas/testsuite/gasp/pl4.out16
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/pl4.out b/gas/testsuite/gasp/pl4.out
new file mode 100644
index 0000000..35d1391
--- /dev/null
+++ b/gas/testsuite/gasp/pl4.out
@@ -0,0 +1,16 @@
+! .ALTERNATE
+!! test of macro substitution around &s
+ ! test of macro substitution around &s
+!
+
+!
+
+!foo MACRO a,b
+! x&a&b
+! ENDM
+!
+
+! foo 3 2
+! x32
+ x32
+! END