oops - omitted from previous delta
[platform/upstream/binutils.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