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