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