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