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