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