Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
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
);
}