git/t/t4018/scheme-lisp-defun-a

5 lines
85 B
Plaintext

(defun some-func (x y z) RIGHT
(let ((a x)
(b y))
(ChangeMe a b)))