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