]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/cpp-operator-definition
Merge branch 'jk/remote-curl-an-array-in-struct-cannot-be-null' into maint
[thirdparty/git.git] / t / t4018 / cpp-operator-definition
1 Value operator+(Value LEFT, Value RIGHT)
2 {
3 ChangeMe;
4 }