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