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