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