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