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