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