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