aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/3794.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3794.v b/test-suite/bugs/closed/3794.v
new file mode 100644
index 0000000000..6963d81c14
--- /dev/null
+++ b/test-suite/bugs/closed/3794.v
@@ -0,0 +1,6 @@
+Hint Extern 10 ((?X = ?Y) -> False) => intros; discriminate.
+Hint Unfold not : core.
+
+Goal true<>false.
+typeclasses eauto with core.
+Qed. \ No newline at end of file