about summary refs log tree commit diff
path: root/third_party/git/t/t4018/cpp-operator-definition
blob: 1acd827159212f57cd6267c4eba7a51594173ba2 (plain) (blame)
1
2
3
4
Value operator+(Value LEFT, Value RIGHT)
{
	ChangeMe;
}