summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge/Inputs/class-template2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ASTMerge/Inputs/class-template2.cpp')
-rw-r--r--clang/test/ASTMerge/Inputs/class-template2.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/clang/test/ASTMerge/Inputs/class-template2.cpp b/clang/test/ASTMerge/Inputs/class-template2.cpp
new file mode 100644
index 00000000000..5eecf9e6c16
--- /dev/null
+++ b/clang/test/ASTMerge/Inputs/class-template2.cpp
@@ -0,0 +1,20 @@
+template<class T>
+struct X0;
+
+template<int I>
+struct X1;
+
+template<long I>
+struct X2;
+
+template<typename>
+struct X3;
+
+template<template<int I> class>
+struct X4;
+
+template<template<int I> class>
+struct X5;
+
+template<template<int I> class>
+struct X6;
OpenPOWER on IntegriCloud