ref: 4e712807d7a2add9f93a265b25638e6f1ca32ff3
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"