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