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