(let ((type inArr (array int))
      (type outArr (array inArr))
      (var a (new-array outArr 10 (new-array inArr 10 5))))
  (aref (aref a 1) 2))
