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