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