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