Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dae2a1607edc14e87b6715a5893bc541eede6108
/
.
/
clang
/
test
/
PCH
/
cxx-namespaces.h
blob: f3389533d001e2f26ea82ca3c5bcb9650061eef5 [
file
] [
log
] [
blame
]
Argyrios Kyrtzidis
dae2a16
2010-07-03 07:57:53 +0000
[
diff
] [
blame^
]
1
// Header for PCH test cxx-namespaces.cpp
2
3
namespace
N
{
4
namespace
{
5
int
x
;
6
}
7
}