Sign in
rust
/
rust-lang
/
llvm-project
/
3bcccdfe38f28f8d19faa957cd56ed4d03cd40fb
/
.
/
clang-tools-extra
/
test
/
clang-tidy
/
readability-redundant-preprocessor.h
blob: dfe5f9733afb10179687db65ab1e405980d14acd [
file
] [
log
] [
blame
]
#ifndef
FOO
#ifndef
FOO
// this would warn, but not in a header
void
f
();
#endif
#endif