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