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