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