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