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