bldc/tests/test_lambda_4.lisp

5 lines
60 B
Common Lisp

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