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