summaryrefslogtreecommitdiff
path: root/test-suite/complexity/autodecomp.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/complexity/autodecomp.v')
-rw-r--r--test-suite/complexity/autodecomp.v11
1 files changed, 11 insertions, 0 deletions
diff --git a/test-suite/complexity/autodecomp.v b/test-suite/complexity/autodecomp.v
new file mode 100644
index 00000000..8916b104
--- /dev/null
+++ b/test-suite/complexity/autodecomp.v
@@ -0,0 +1,11 @@
+(* This example used to be in (at least) exponential time in the number of
+ conjunctive types in the hypotheses before revision 11713 *)
+(* Expected time < 1.50s *)
+
+Goal
+True/\True->
+True/\True->
+True/\True->
+False/\False.
+
+Time auto decomp.