Comment 3 for bug 1728074

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

Simplified more:

(defun foo ()
  (block nil
    (oddp
     (multiple-value-prog1 (progv nil nil (return))
       (catch 'ct5 (return))))))