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