]> granicus.if.org Git - clang/commitdiff
Add missing file from r204570.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 23 Mar 2014 21:01:41 +0000 (21:01 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 23 Mar 2014 21:01:41 +0000 (21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204574 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/Inputs/cxx-inline-namespace-b.h [new file with mode: 0644]

diff --git a/test/Modules/Inputs/cxx-inline-namespace-b.h b/test/Modules/Inputs/cxx-inline-namespace-b.h
new file mode 100644 (file)
index 0000000..242a585
--- /dev/null
@@ -0,0 +1,5 @@
+@import cxx_inline_namespace;
+
+struct X::Y::Z {
+  void f(struct Elaborated);
+};