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