unplugged-vendor/external/llvm-project/clang/test/Index/complete-preamble.h

12 lines
163 B
C
Raw Normal View History

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