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