ref: d2672685e9a9e2fe291215f4ca749a29f4e895a1 dir: /test/arraylen.myr/
use std /* checks that array lengths work. should exit with 12. */ const main = { var a : int[12] -> a.len }