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