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