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