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