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