Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
f5c9f9fd6f5e2850b9b0f19283430245b696c6e5
/
.
/
test
/
Modules
/
Inputs
/
namespaces-top.h
blob: a69f43f183350183b5f8e1dae6c00682f5859362 [
file
] [
log
] [
blame
]
Douglas Gregor
f5c9f9f
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
}