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