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