Merge branch 'ar/mailinfo-memcmp-to-skip-prefix' into seen
[git] / t / t4018 / scheme-local-define
1 (define (higher-order)
2   (define local-function RIGHT
3     (lambda (x)
4      (car "this is" "ChangeMe"))))