summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/5666.v
blob: d55a6e57b4827352131c4cb320c1d9e0ec22fbea (plain)
1
2
3
4
Inductive foo := Foo : False -> foo.
Goal foo.
try (constructor ; fail 0).
Fail try (constructor ; fail 1).