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