refs: use refs_resolve_ref_unsafe_with_errno() where needed
[git] / t / t4018 / scheme-def
1 (def (some-func x y z) RIGHT
2   (let ((a x)
3         (b y))
4         (ChangeMe a b)))