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