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