summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/houd6.bpl.expect
blob: f5c02d70c6aa0631ad0b6cd8f8087ecd212e6612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
function {:existential true} {:inline} b1() : bool
{
  true
}
function {:existential true} {:inline} b2() : bool
{
  true
}
function {:existential true} {:inline} b3() : bool
{
  true
}
function {:existential true} {:inline} b4() : bool
{
  true
}
function {:existential true} {:inline} b5() : bool
{
  true
}
function {:existential true} {:inline} b6() : bool
{
  true
}
function {:existential true} {:inline} b7() : bool
{
  true
}
function {:existential true} {:inline} b8() : bool
{
  true
}
function {:existential true} {:inline} Assert() : bool
{
  false
}

Boogie program verifier finished with 1 verified, 0 errors