ref: 8cd117e55ac16cda7d40738cbd48fc8f92066da4 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) }