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