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