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

Boogie program verifier finished with 1 verified, 0 errors