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