]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gasp/pl4.asm
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gasp / pl4.asm
1 .ALTERNATE
2 ! test of macro substitution around &s
3
4
5 foo MACRO a,b
6 x&a&b
7 ENDM
8
9 foo 3 2
10 END