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