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