Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c29db84419592e98e71a08d1a9fb04a3d6b51a0c
/
.
/
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
);
}