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