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