summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/test2.bpl.expect
blob: ecc2a8fd5549ca767910b385659bc1e01a5ce6f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
function {:existential true} {:inline} b0() : bool
{
  false
}
function {:existential true} {:inline} b1() : bool
{
  true
}
function {:existential true} {:inline} b2() : bool
{
  true
}
function {:existential true} {:inline} Assert() : bool
{
  false
}

Boogie program verifier finished with 1 verified, 0 errors