git/t/t4018/scheme-def

5 lines
83 B
Plaintext

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