bldc/tests/test_callcc_5.lisp

5 lines
68 B
Common Lisp

(check (eq (progn
(call-cc (lambda (k) (k))) 'nil)))