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