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