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