Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c02d62f0b82c144f7db2a71c3b4565de8c6163e5
/
.
/
test
/
Modules
/
Inputs
/
namespaces-left.h
blob: 85e6d7dc6077ae39fdd5be214649391869ec4625 [
file
] [
log
] [
blame
]
Douglas Gregor
f5c9f9f
2012-01-07 09:11:48 +0000
[
diff
] [
blame
]
1
@import
namespaces_top
;
2
3
namespace
N1
{
}
4
5
namespace
N1
{
6
float
&
f
(
float
);
7
}
8
9
namespace
N2
{
10
float
&
f
(
float
);
11
}