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