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