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