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