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