summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/bug_1324.cpp
blob: 5df154f31c8a11084a5886f37f2b3bddac4ef3eb (plain)
1
2
3
4
5
6
7
8
9
10
{
        for (i = 0; i < 10; i++)
        {
                b = i + 1;
        }
        for (;;)
        {
                b = b + 1;
        }
}