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