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