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