Comment 1 for bug 1889393

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

(defun foo (f x)
  (let ((l (if x
               (list (cons 1 2)))))
    (declare (dynamic-extent l))
    (funcall f l)))