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