DEBSOURCES
Skip Quicknav
sources / uncrustify / 0.68.1%2Bdfsg1-2 / tests / input / cpp / bool.cpp
1234567891011
bool foo(char c) { if (c == 'a') { return true; } else { return false; } }