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