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