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