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