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