Merge branch '878-span-file-resolution-logic-different-for-module-identifiers' into...
[why3.git] / examples / bts / 12475.why
blob6ea9f79d11f01ef46a2810923ffd655b814d6059
1 theory Stmt
3   use real.Real
4   use floating_point.Rounding
5   use floating_point.Single
6   goal toto:
7        forall x : real. x < round Up x + 1.
10 end