summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl4.asm
blob: f1dd3e80cd4965c9d23035db36ffa73df3d03a73 (plain)
1
2
3
4
5
6
7
8
9
10
	.ALTERNATE
! test of macro substitution around &s


foo	MACRO	a,b
	x&a&b
	ENDM

	foo 3 2 
	END