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