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