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