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