19990502 sourceware import
[deliverable/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
This page took 0.031134 seconds and 4 git commands to generate.