llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability-redundant-prepr...

6 lines
88 B
C

#ifndef FOO
#ifndef FOO // this would warn, but not in a header
void f();
#endif
#endif