summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h')
-rw-r--r--clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h b/clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h
index e6592027611..7225110a377 100644
--- a/clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h
+++ b/clang/test/Modules/Inputs/merge-template-pattern-visibility/a.h
@@ -4,3 +4,7 @@ template<typename T> struct B;
template<typename, typename> struct A {};
template<typename T> struct B : A<T> {};
template<typename T> inline auto C(T) {}
+
+namespace CrossModuleMerge {
+ template<typename T> inline auto D(T) {}
+}
OpenPOWER on IntegriCloud