summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/cxx-inline-namespace-b.h
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-03-23 21:01:41 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-03-23 21:01:41 +0000
commiteb8cc3d454bc60aac69b70b9b27680defccfafe0 (patch)
tree86bff2fe0b74d63a6894417fe833657a8398d9a1 /clang/test/Modules/Inputs/cxx-inline-namespace-b.h
parentdb1225d061e16ed51bd1f583f06530315c048d20 (diff)
downloadbcm5719-llvm-eb8cc3d454bc60aac69b70b9b27680defccfafe0.tar.gz
bcm5719-llvm-eb8cc3d454bc60aac69b70b9b27680defccfafe0.zip
Add missing file from r204570.
llvm-svn: 204574
Diffstat (limited to 'clang/test/Modules/Inputs/cxx-inline-namespace-b.h')
-rw-r--r--clang/test/Modules/Inputs/cxx-inline-namespace-b.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/cxx-inline-namespace-b.h b/clang/test/Modules/Inputs/cxx-inline-namespace-b.h
new file mode 100644
index 00000000000..242a585673a
--- /dev/null
+++ b/clang/test/Modules/Inputs/cxx-inline-namespace-b.h
@@ -0,0 +1,5 @@
+@import cxx_inline_namespace;
+
+struct X::Y::Z {
+ void f(struct Elaborated);
+};
OpenPOWER on IntegriCloud