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