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