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