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