summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/Issue_3097.cpp
blob: 04119de3c1110af86f92767918d30a191ca8c98a (plain)
1
2
3
4
5
6
7
8
void foo()
{
    for( unsigned p = 0; p < np;
         ++p )
    {
      double* o = bar[p];
    }
}