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