blob: 4975aea688f843ce2213569257b162c7293dd2c3 [file] [log] [blame]
@ 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