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