ref: 6fb7d34b848c598e6398f960dc0a7e240e09a6f5 dir: /test/arraylen.myr/
use std /* checks that array lengths work. should exit with 12. */ const main = { var a : int[12] std.exit(a.len) }