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