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