1 2 3 4 5 6 7 8 9 10 11
void foo(void) { if ((a_really_long_number > another_really_long_number) || (some_really_long_bool != another_really_long_bool)) { foo2(); } }