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