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