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