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