summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1296.cpp
blob: e2cd65fbf93a8dedd1bb54ae9f9995af12939f4e (plain)
1
2
3
4
5
6
7
int main()
{
  auto lambda2222222222222222222 = [&]()
    {
        code();
    };
}