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