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