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