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