summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/not_lambda.cpp
blob: a9c65439b879e27657ec4de77a1686b3addbe30a (plain)
1
2
3
4
5
6
7
8
int ff()
{
	// not a lambda fcn so don't surround "->" by spaces
	f()[0]->size();
	if(true) {
		return 1;
	}
}