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