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