Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
namespaces-top.h
blob: 006b53c8fd289154252d713673a59f7a27ea75d9 [
file
] [
log
] [
blame
]
namespace
N1
{
int
&
f
(
int
);
}
namespace
N2
{
int
&
f
(
int
);
}
namespace
N3
{
int
&
f
(
int
);
}
namespace
N12
{
}
namespace
N13
{
void
f
();
int
f
(
int
);
void
(*
p
)()
=
&
f
;
}
namespace
AddAndReexportBeforeImport
{
int
S
;
}
namespace
Empty
{}