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

8 lines
99 B
C
Raw Normal View History

2023-08-17 08:56:02 -04:00
GLOBAL_ASM(
.rdata
.word 0x12345678
glabel blah
.word blah2
/*a*/ blah2: /*b*/ .word blah /*c*/
)