Merge branch 'smtv2-dont-fail-on-untyped-prover-vars' into 'master'
[why3.git] / tests / test-div-cvc3.why
blobb3a99c96202492f43c68985b570a88ee0028f2dc
1 theory Nd
2   use real.Real
4   goal G3: forall a:real . (a > 0.0) -> (inv (a) > 0.0)
6 end