ref: 74c31f7c0f54cffbd681e04d87fec45cb07090bf
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"