summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30758-Issue_3054-2.cpp
blob: e4c1c8da86525efa73b36e89e0de760155518fe9 (plain)
1
2
3
4
5
6
7
8
9
void func()
{
  parallel_for(0, 100,
               [&](int aaaaaa, int bbbbbbb, int ccccccc, int ddddddd,
                   const int eee){
    // do something
    return a;
  });
}