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