summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/30754-bug_i_682.h
blob: 51c58e233794453ee091062f4401f3eab718a038 (plain)
1
2
3
4
5
void foo()
{
        return [=](T* t) {
        };
}