ref: 32397d07defce76d42a038e8b6b339b8a0c14699 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) }