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