xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
cxx-inline-namespace-b.h
(revision eb8cc3d454bc60aac69b70b9b27680defccfafe0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
@
import
cxx_inline_namespace
;
2
3
struct
X
::
Y
::
Z
{
4
void
f
(
struct
Elaborated
);
5
};
6