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