summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/quant1.bpl.expect
blob: 7d06cb2192a461f4501575cce06b45939e6b3a48 (plain)
1
2
3
4
5
6
function {:existential true} {:absdomain "IA[Intervals]"} {:inline} b1(x: int) : bool
{
  x >= 0 && x <= 2
}

Boogie program verifier finished with 1 verified, 0 errors