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