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