summaryrefslogtreecommitdiff
path: root/t/t4018/scheme-lisp-defun-a
blob: c3c750f76d7b07172c2d002159a6366c7fe47e58 (plain)
1
2
3
4
(defun some-func (x y z) RIGHT
  (let ((a x)
        (b y))
        (ChangeMe a b)))