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