ref: 9b6f01047c4329186375727290f9fe8380e0609b
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"