bldc/tests/test_refmut_3.lisp

7 lines
64 B
Common Lisp

(define a 1)
(define r (setcar a 999))
(and (not r) (= a 1))