about summary refs log tree commit diff
path: root/third_party/git/t/t4018/cpp-gnu-style-function
blob: 08c7c7565ae2e5d1fed66ee633009f4e714b39f6 (plain) (blame)
1
2
3
4
5
const char *
RIGHT(int arg)
{
	ChangeMe;
}