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