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