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

Boogie program verifier finished with 1 verified, 0 errors