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