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