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