DEBSOURCES
Skip Quicknav
sources / uncrustify / 0.68.1%2Bdfsg1-2 / tests / input / cpp / bug_666.cpp
123456789101112
bool test() { if ( true ) { i = 10; } else if ( true ) { i = 10; } }