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