summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/33047-bug_i_409.cpp
blob: 7bfdfd83f0cd2b5c41015873eb4ec5a0555a6443 (plain)
1
2
3
4
5
6
7
8
if(X == Y) X = Z;
if(Y == Z) Y = X;

for (i=0; i<5; i++) foo(i);
for (i=0; i<5; i++) foo(i);

while (i<5) foo(i++);
while (i<5) foo(i++);