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