Sign in
cobalt
/
cobalt
/
6c3b32a7dc6eaf2946073e6fa29281b8cb58f1e3
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Index
/
complete-preamble.h
blob: 1972c2acb56812153bdc3b24d235314f12090d94 [
file
] [
log
] [
blame
]
#pragma
clang diagnostic push
#pragma
clang diagnostic ignored
"-Weverything"
namespace
std
{
void
wibble
();
}
#pragma
clang diagnostic pop
namespace
std
{
}