bldc/tests/test_atomic_1.lisp

6 lines
83 B
Common Lisp

(define foo (lambda ()
(atomic (+ 1 2 3))))
(= (foo) 6)