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