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