ref: 58739b0bf2e4057783fed0e8acfc3d0a7668b568
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"