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