blob: 135735405f07d6a6dcc99ccebe6752e061af8626 [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
.byte 0
.byte 0
foo:
bar
bar
bar