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