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