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