bldc/tests/test_spawn_2.lisp

6 lines
106 B
Common Lisp

(defun f (a b c) (list a b c))
(defun g (a b c) (check (eq (f a b c) (list 1 2 3))))
(spawn 20 g 1 2 3)