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