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