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