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