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