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