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