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