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