From: Richard Smith Date: Sun, 23 Mar 2014 21:01:41 +0000 (+0000) Subject: Add missing file from r204570. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae15cb2ba0c073b12788c07c92a9184d9579a0a6;p=clang Add missing file from r204570. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204574 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 0000000000..242a585673 --- /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); +};