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