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