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