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