ref: acb33777c6110e2685f812675586e04dcd34f0e6
dir: /test/asm/block-comment.asm/
PRINTLN /* block comments are ignored // ** */ "hi" PRINTLN "block (/* ... */) comments at ends of line are fine" /* hi */ PRINTLN /* block comments can span multiple lines */ "mutliline"