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