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