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