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