summaryrefslogtreecommitdiff
path: root/t/t4018/cpp-gnu-style-function
blob: 08c7c7565ae2e5d1fed66ee633009f4e714b39f6 (plain)
1
2
3
4
5
const char *
RIGHT(int arg)
{
	ChangeMe;
}