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