shithub: rgbds

ref: f5b0eae9cd6adf3e79fc20c8f412216c7c95716e
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"