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