ref: 6507bf31d345f0046a1415088e42390c8befdd97 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) }