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