Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
96dae81d7fe7570f97d8fbe03c02e145173f801c
/
.
/
clang
/
test
/
Modules
/
Inputs
/
cxx-inline-namespace-b.h
blob: 242a585673ae5e57728c48f78bcd07d5875c87fd [
file
] [
log
] [
blame
]
Richard Smith
eb8cc3d
2014-03-23 21:01:41 +0000
[
diff
] [
blame
]
1
@import
cxx_inline_namespace
;
2
3
struct
X
::
Y
::
Z
{
4
void
f
(
struct
Elaborated
);
5
};