git/t/t4018/cpp-operator-definition

5 lines
56 B
Plaintext

Value operator+(Value LEFT, Value RIGHT)
{
ChangeMe;
}