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