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