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