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