mm/tools/asm-processor/tests/label-sameline.c

8 lines
99 B
C

GLOBAL_ASM(
.rdata
.word 0x12345678
glabel blah
.word blah2
/*a*/ blah2: /*b*/ .word blah /*c*/
)