ref: 778aadfc5a73c80a9046250b00a085e074a1870f 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) }