ref: 230798187862bbcaf6d3a251ee71d3a4d6d8f74d
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"