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