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