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