DEBSOURCES
Skip Quicknav
sources / uncrustify / 0.68.1%2Bdfsg1-2 / tests / expected / c / 00091-cond.c
12345678910
int foo1(bool b, int tv, int fv) { return b ? tv : fv; } int foo2(bool b, int tv, int fv) { return b ? tv : fv; }