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