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