summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/macros/test1.s
blob: 988b7cde0d465a3487d52cd570335d493d876134 (plain)
1
2
3
4
5
6
7
	.macro	m arg1 arg2
	.globl	\arg1
	\arg1 = \arg2
	.endm

	m s1,1
	m s2,2