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