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