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