summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/pred1.bpl.expect
blob: 0e3d3333d23d757be71a0f35773564324a9023d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function {:existential true} {:inline} b0(x: bool, y: bool) : bool
{
  x && !y
}
function {:existential true} {:inline} b1(x: bool, y: bool) : bool
{
  (y || x) && (!x || !y)
}
function {:existential true} {:inline} b2(x: bool, y: bool) : bool
{
  x && !y
}

Boogie program verifier finished with 1 verified, 0 errors