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