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