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