aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/4616.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/4616.v')
-rw-r--r--test-suite/bugs/closed/4616.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/4616.v b/test-suite/bugs/closed/4616.v
index c862f8206..a59975dbc 100644
--- a/test-suite/bugs/closed/4616.v
+++ b/test-suite/bugs/closed/4616.v
@@ -1,3 +1,5 @@
+Require Coq.extraction.Extraction.
+
Set Primitive Projections.
Record Foo' := Foo { foo : Type }.
Axiom f : forall t : Foo', foo t.