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