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