shithub: rgbds

ref: 30fb6bde5e89504162a8471e674d9a2bdac1e9ad
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"