git/t/t4018/scheme-define-variant

5 lines
87 B
Plaintext

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