DEBSOURCES
Skip Quicknav
sources / uncrustify / 0.68.1%2Bdfsg1-2 / tests / expected / cpp / 30713-fix_for_relational_operators.cpp
12345678
void foo() { while (a < b && c > d) i++; for (; a < b && c > d; ) i++; }