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