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