ref: 4acd9ee51a541f94e81457b1a7fb3accbd790696 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) }