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