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