bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-tidy/checkers/readability/redundant-preprocessor.h
2025-02-14 19:21:04 +01:00

5 lines
88 B
C

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