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