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