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