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