bldc/tests/test_refmut_6.lisp

6 lines
73 B
Common Lisp

(define a (cons 1 2))
(setcdr a (cons 7 8))
(eq a (cons 1 (cons 7 8)))