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