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