Sign in
cobalt
/
cobalt
/
01f3c94b226da58e62558a0b863c39a390e6cd8c
/
.
/
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
{
}