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