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