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