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