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