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