summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/houd8.bpl.expect
blob: 605ec98863e1bf0f28c098a88eb15d4231c28331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function {:existential true} {:inline} b1() : bool
{
  false
}
function {:existential true} {:inline} b2() : bool
{
  true
}
function {:existential true} {:inline} b3() : bool
{
  true
}

Boogie program verifier finished with 1 verified, 0 errors