ref: 968a619a87998e26aca1498e42a296d1e9d5a5e7 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) }