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