sm64/tools/asm-processor/tests/label-sameline.c
2023-08-17 08:56:02 -04:00

8 lines
99 B
C

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