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