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