summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/macros/test3.s
blob: e80aa205efa038c3ed74eaff8f28c6a7e92ff126 (plain)
1
2
3
4
5
6
7
	.macro	m arg1 arg2
	\arg1
	.exitm
	\arg2
	.endm

	m	".long foo1",.garbage