shithub: rgbds

ref: 44124319a6f303893dd3c41f31d2c9f6ffaee3e0
dir: /test/asm/block-comment.asm/

View raw version
PRINTT /* block comments are ignored // ** */ "hi\n"
PRINTT "block (/* ... */) comments at ends of line are fine\n" /* hi */
PRINTT /* block comments
can span multiple lines
*/ "mutliline\n"