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