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