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