summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/5233.v
blob: 06286c740d5a32d3911ec1620c00ad26c4475a34 (plain)
1
2
(* Implicit arguments on type were missing for recursive records *)
Inductive foo {A : Type} : Type := { Foo : foo }.