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