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