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