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