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