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