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