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