Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e57e752b71f0254e697156ed8c5c15040f53e6d6
/
.
/
clang
/
test
/
Modules
/
Inputs
/
namespaces-top.h
blob: a69f43f183350183b5f8e1dae6c00682f5859362 [
file
] [
log
] [
blame
]
Douglas Gregor
e57e752
2012-01-07 09:11:48 +0000
[
diff
] [
blame^
]
1
namespace
N1
{
2
int
&
f
(
int
);
3
}
4
5
namespace
N2
{
6
int
&
f
(
int
);
7
}
8
9
namespace
N3
{
10
int
&
f
(
int
);
11
}