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