about summary refs log tree commit diff
path: root/third_party/git/t/t4018/cpp-function-returning-reference
blob: 01b051df7015e6cf3d4621f02dc6b9eb6011514f (plain) (blame)
1
2
3
4
string& get::it::RIGHT(char *ptr)
{
	ChangeMe;
}