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