summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/60087-Issue_3550.cpp
blob: 91337c4670a19f229fa1b5854fa8d4b7c0c92f53 (plain)
1
2
3
4
5
6
7
8
9
void foo(a, b)
{
    bool called = false;

    auto callback = [&](float value)
    {
        called = true;
    };
}