ref: 10e3f1a02b01b7a4c5b94d121f80284fb321c723
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"