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