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