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