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