ref: 974475bcfe52a488d9f5e83e474b6ca3670d5f6a dir: /test/helloworld.myr/
/* checks that this program prints Hello-世界\n */ use std const main = {args : byte[:][:] std.write(1, "Hello-世界\n") }