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