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