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