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