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