DEBSOURCES
Skip Quicknav
sources / uncrustify / 0.68.1%2Bdfsg1-2 / tests / input / cpp / 622_ifdef-indentation.cpp
12345678910111213141516
f() { { { { # if 1 return 0; # endif #if 1 return 0; #endif } } } }