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