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