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