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