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