summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/houd4.bpl.expect
blob: a6756239a5624c8bc6458cf384e2537e3804a117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
function {:existential true} {:inline} Assert() : bool
{
  false
}
function {:existential true} {:inline} b1() : bool
{
  false
}
function {:existential true} {:inline} b2(x: bool) : bool
{
  false
}
function {:existential true} {:inline} b3(x: bool) : bool
{
  false
}
function {:existential true} {:inline} b4(x: bool) : bool
{
  false
}

Boogie program verifier finished with 1 verified, 0 errors