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