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