commit | eb8cc3d454bc60aac69b70b9b27680defccfafe0 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Sun Mar 23 21:01:41 2014 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Sun Mar 23 21:01:41 2014 +0000 |
tree | 86bff2fe0b74d63a6894417fe833657a8398d9a1 | |
parent | db1225d061e16ed51bd1f583f06530315c048d20 [diff] [blame] |
Add missing file from r204570. llvm-svn: 204574
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 0000000..242a585 --- /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); +};