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