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