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