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