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