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