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