summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/DebugNestedA.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/DebugNestedA.h')
-rw-r--r--clang/test/Modules/Inputs/DebugNestedA.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/DebugNestedA.h b/clang/test/Modules/Inputs/DebugNestedA.h
new file mode 100644
index 00000000000..58dc2a7df74
--- /dev/null
+++ b/clang/test/Modules/Inputs/DebugNestedA.h
@@ -0,0 +1,8 @@
+/* -*- C++ -*- */
+template <typename T> class Base {};
+template <typename T> struct A : public Base<A<T>> {
+ void f();
+};
+
+class F {};
+typedef A<F> AF;
OpenPOWER on IntegriCloud