ref: 165bd8cb71c5ebe4f5cf79ed4179f9302834aa07
dir: /test/asm/block-comment.asm/
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"