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