ref: 6a8937e9d2450e46712a659d6987537ba9a2c905 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) }