summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3186.v-disabled
blob: d0bcb920cc12c73e3bec99f1546391618321a586 (plain)
1
2
3
4
Fixpoint a (_:unit):=
match eq_refl with
|eq_refl => a
end.