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