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