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