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