hanchenye-llvm-project/clang/test/Index/complete-preamble.h

12 lines
163 B
C++

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
namespace std {
void wibble();
}
#pragma clang diagnostic pop
namespace std {
}