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