summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/cpp/31661-Issue_3097.cpp
blob: 336f8eafa27563661b9e84e5f1e3ebf45bd78444 (plain)
1
2
3
4
5
6
7
8
9
void foo()
{
	for( unsigned p = 0; p < np;
	     ++p )
	{

		double* o = bar[p];
	}
}