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