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