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