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