summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3070.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3070.v')
-rw-r--r--test-suite/bugs/closed/3070.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3070.v b/test-suite/bugs/closed/3070.v
new file mode 100644
index 00000000..7a8feca5
--- /dev/null
+++ b/test-suite/bugs/closed/3070.v
@@ -0,0 +1,6 @@
+(* Testing subst wrt chains of dependencies *)
+
+Lemma foo (a1 a2 : Set) (b1 : a1 -> Prop)
+ (Ha : a1 = a2) (c : a1) (d : b1 c) : True.
+Proof.
+ subst.