aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_9663.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/bug_9663.v')
-rw-r--r--test-suite/bugs/closed/bug_9663.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_9663.v b/test-suite/bugs/closed/bug_9663.v
new file mode 100644
index 0000000000..b5fa601278
--- /dev/null
+++ b/test-suite/bugs/closed/bug_9663.v
@@ -0,0 +1,2 @@
+Definition id_depfn S T (f : forall x : S, T x) := f.
+Definition idn : nat -> nat := @id_depfn _ _ (fun x => x).