1#ifndef FOO
2#ifndef FOO // this would warn, but not in a header
3void f();
4#endif
5#endif
6

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of clang-tools-extra/test/clang-tidy/checkers/readability/redundant-preprocessor.h