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