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