Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / complete-preamble.h
blob1972c2acb56812153bdc3b24d235314f12090d94
1 #pragma clang diagnostic push
2 #pragma clang diagnostic ignored "-Weverything"
4 namespace std {
5 void wibble();
8 #pragma clang diagnostic pop
10 namespace std {