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