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