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