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