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