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

7 lines
191 B
C

const char before[] = "^";
GLOBAL_ASM(
.rdata
.asciz "aaaa /* bbbb */ # cccc", /**//**//**//**/ /*/ "xxxx" /*/ /* dddd " eeee */ "# ffff" # gggg "hhhh" /* iiii */
)
const char after[] = "$";