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