Comment 2 for bug 1416704

Revision history for this message
Jan Moringen (scymtym) wrote :

Further reduction:
(flet ((whoop ()
         (if (> (random 1.0) .5)
             (funcall (flet ((bar ())) #'bar))
             (funcall (flet ((fez ()
                               (funcall (flet ((foo ())) #'foo))))
                        #'fez)))))
  #'whoop)