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