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