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