ref: 929f32cdbdde111265b1a04605464c9182605e2a 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) }