summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/7867.v
blob: d0c79027562f3873274e96cda2eb0046b91ae994 (plain)
1
2
3
4
(* Was a printer anomaly due to an internal lambda with no binders *)

Class class := { foo : nat }.
Fail Instance : class := { foo := 0 ; bar := 0 }.