bldc/tests/test_callcc_2.lisp

4 lines
47 B
Common Lisp

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