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