Sign in
llvm
/
llvm-project
/
clang
/
e071639f9834b25c3cc46d90e5e9fdd2284690ee
/
.
/
test
/
Modules
/
Inputs
/
cxx-inline-namespace-b.h
blob: 242a585673ae5e57728c48f78bcd07d5875c87fd [
file
] [
log
] [
blame
]
@import
cxx_inline_namespace
;
struct
X
::
Y
::
Z
{
void
f
(
struct
Elaborated
);
};