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