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