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