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