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

Boogie program verifier finished with 1 verified, 0 errors