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