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