Skip to content
try-recompiling-1.lisp 177 B
Newer Older
#+clisp (eval-when (:compile-toplevel) (fmakunbound 'try-recompiling-1))

(defun try-recompiling-1 ()
  (assert *caught-error*))

(try-recompiling-1)