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