From a0cfa4f118023d35b767a999d5a2ac4b082857b4 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 25 Jul 2008 15:12:53 +0200 Subject: Imported Upstream version 8.2~beta3+dfsg --- test-suite/complexity/ring.v | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test-suite/complexity/ring.v (limited to 'test-suite/complexity/ring.v') diff --git a/test-suite/complexity/ring.v b/test-suite/complexity/ring.v new file mode 100644 index 00000000..5a541bc2 --- /dev/null +++ b/test-suite/complexity/ring.v @@ -0,0 +1,7 @@ +(* This example, checks the efficiency of the abstract machine used by ring *) +(* Expected time < 1.00s *) + +Require Import ZArith. +Open Scope Z_scope. +Goal forall a, a+a+a+a+a+a+a+a+a+a+a+a+a = a*13. +Time intro; ring. -- cgit v1.2.3