summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/Issue_3915.cpp
blob: 51c63928f8223aedf192dda59ec1c745af8c1647 (plain)
1
2
3
4
5
6
7
8
9
void
foo(Foo const & f)
{
    auto bar = Bar(f);
    if (bar.something) {
        assert(bar.something_else == 1);
    }
}