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