Comment 5 for bug 1523149

Revision history for this message
Stas Boukarev (stassats) wrote :

Another variation for
    (NOT
     (SB-C::FUNCTIONAL-HAS-EXTERNAL-REFERENCES-P SB-C::CLAMBDA))

(defun foo ()
  ((lambda ()
     (declare (optimize debug))
     (block nil
       (flet ((fun () (return nil)))
         (declare (inline fun))
         #'fun
         (fun))))))