summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/arm/backslash-at.s
blob: 4975aea688f843ce2213569257b162c7293dd2c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@ Check that \@ is not destroyed when assembling for the ARM.

.macro bar
	mov	r0, #\@
	mov	r0, #\@@comment
	mov	r0, #\@ @comment
.endm

.byte	'\\
.byte	'\a

foo:
	bar
	bar
	bar