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