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