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