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