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