summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30162-Issue_4239.cpp
blob: a725a5b066f5faa6f7321fad0ce520e78df44cf9 (plain)
1
2
3
4
5
6
7
8
9
10
void f()
{
        int x;
        int y;
        y = x;
        if ((y = x) != 0)
                for (;;)
                        if (x)
                                return;
}