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