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