Sign in
cobalt
/
cobalt
/
11295760be490ee3fe93b612c49343055ab2c485
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
PCH
/
cxx-namespaces.h
blob: 26d75a079d92ff6bf403f0f757e5a7ea1244df20 [
file
] [
log
] [
blame
]
// Header for PCH test cxx-namespaces.cpp
namespace
N
{
namespace
{
int
x
;
}
void
f
();
void
f
(
int
);
}