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