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