From eb8cc3d454bc60aac69b70b9b27680defccfafe0 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sun, 23 Mar 2014 21:01:41 +0000 Subject: Add missing file from r204570. llvm-svn: 204574 --- clang/test/Modules/Inputs/cxx-inline-namespace-b.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 clang/test/Modules/Inputs/cxx-inline-namespace-b.h (limited to 'clang/test/Modules/Inputs/cxx-inline-namespace-b.h') 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); +}; -- cgit v1.2.3