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