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