Git 2.32
[git] / t / t4018 / scheme-local-define
1 (define (higher-order)
2   (define local-function RIGHT
3     (lambda (x)
4      (car "this is" "ChangeMe"))))