gecko-dev/tools/clang-tidy/test/readability-redundant-prepr...

5 строки
85 B
C++

#ifndef FOO
#ifdef FOO // inner ifdef is considered redundant
void f();
#endif
#endif