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