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