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