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