summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/2602.v
blob: 29c8ac16b2483de49b43e30593f8f9b7ad2fff11 (plain)
1
2
3
4
5
6
7
8
Goal exists m, S m > 0.
eexists.
match goal with
 | |- context [ S ?a ] =>
     match goal with
       | |- S a > 0 => idtac
     end
end.