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