]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/scheme-top-level-define
Sync with 2.31.5
[thirdparty/git.git] / t / t4018 / scheme-top-level-define
1 (define (some-func x y z) RIGHT
2 (let ((a x)
3 (b y))
4 (ChangeMe a b)))