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