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