summaryrefslogtreecommitdiff
path: root/t/t4018/cpp-operator-definition
blob: 1acd827159212f57cd6267c4eba7a51594173ba2 (plain)
1
2
3
4
Value operator+(Value LEFT, Value RIGHT)
{
	ChangeMe;
}