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