bolt/deps/llvm-18.1.8/clang-tools-extra/test/clang-tidy/checkers/readability/redundant-preprocessor.h

6 lines
88 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#ifndef FOO
#ifndef FOO // this would warn, but not in a header
void f();
#endif
#endif