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