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