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