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