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