ref: 80df31d36acaf4cd7d5c7d1bcf62fd85370813ac 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) }