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