ref: 979a0dd6fec80a4fe66ced0b5e2ba30cd574abc1 dir: /test/helloworld.myr/
use std const main = {args : byte[:][:] std.write(1, "Hello-世界\n") -> 0 }