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