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