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