ref: 64968bcc3b6f03415aac19c8cdfff83c9e3f424e 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) }