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