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