summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/cxx-templates-b.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/cxx-templates-b.h')
-rw-r--r--clang/test/Modules/Inputs/cxx-templates-b.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/cxx-templates-b.h b/clang/test/Modules/Inputs/cxx-templates-b.h
index efd07c617e5..802b9262d8d 100644
--- a/clang/test/Modules/Inputs/cxx-templates-b.h
+++ b/clang/test/Modules/Inputs/cxx-templates-b.h
@@ -63,6 +63,8 @@ template<> struct MergeSpecializations<double> {
typedef int explicitly_specialized_in_b;
};
+template<typename U> using AliasTemplate = U;
+
@import cxx_templates_a;
template<typename T> void UseDefinedInBImplIndirectly(T &v) {
PerformDelayedLookup(v);
OpenPOWER on IntegriCloud