aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/4616.v
blob: a59975dbcfc6af9ad8545b21553458c144c250b4 (plain)
1
2
3
4
5
6
Require Coq.extraction.Extraction.

Set Primitive Projections.
Record Foo' := Foo { foo : Type }.
Axiom f : forall t : Foo', foo t.
Extraction f.