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