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