summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3928.v-disabled
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/3928.v-disabled')
-rw-r--r--test-suite/bugs/opened/3928.v-disabled12
1 files changed, 12 insertions, 0 deletions
diff --git a/test-suite/bugs/opened/3928.v-disabled b/test-suite/bugs/opened/3928.v-disabled
new file mode 100644
index 00000000..b470eb22
--- /dev/null
+++ b/test-suite/bugs/opened/3928.v-disabled
@@ -0,0 +1,12 @@
+Typeclasses eauto := bfs.
+
+Class Foo := {}.
+Class Bar := {}.
+
+Instance: Bar.
+Instance: Foo -> Bar -> Foo -> Foo | 1.
+Instance: Bar -> Foo | 100.
+Instance: Foo -> Bar -> Foo -> Foo | 1.
+
+Set Typeclasses Debug.
+Timeout 1 Check (_ : Foo). (* timeout *)