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