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