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