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