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