shithub: rgbds

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