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