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