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