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