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