]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4018/cpp-operator-definition
Merge branch 'jk/for-each-ref-multi-key-sort-fix'
[thirdparty/git.git] / t / t4018 / cpp-operator-definition
CommitLineData
9cc444f0
JS
1Value operator+(Value LEFT, Value RIGHT)
2{
3 ChangeMe;
9cc444f0 4}