aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/cxx-inline-namespace-b.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/cxx-inline-namespace-b.h')
-rw-r--r--test/Modules/Inputs/cxx-inline-namespace-b.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Modules/Inputs/cxx-inline-namespace-b.h b/test/Modules/Inputs/cxx-inline-namespace-b.h
new file mode 100644
index 000000000000..242a585673ae
--- /dev/null
+++ b/test/Modules/Inputs/cxx-inline-namespace-b.h
@@ -0,0 +1,5 @@
+@import cxx_inline_namespace;
+
+struct X::Y::Z {
+ void f(struct Elaborated);
+};