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