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