bldc/tests/test_lambda_2.lisp

5 lines
60 B
Common Lisp

(define f (lambda (x y z) x))
(check (= (f 10 11 12) 10))