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