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