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