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