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