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