ref: 566ae48232e80b003d88d21a8e42f3371367143c 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) }