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