Comment 1 for bug 1801596

Revision history for this message
Paul F. Dietz (paul-f-dietz) wrote :

Another simpler example:

(defun f325 ()
  (let* ((v (multiple-value-prog1 0)))
    (catch 'c (dotimes (i 0 v)))))