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