summaryrefslogtreecommitdiff
path: root/tools/asm-processor/tests/label-sameline.c
blob: a35b43d859fa07f9546024ac455200cf0797b92f (plain)
1
2
3
4
5
6
7
GLOBAL_ASM(
.rdata
.word 0x12345678
glabel blah
.word blah2
 /*a*/ blah2: /*b*/ .word blah /*c*/
)