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