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