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