summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/test9.bpl.expect
blob: ae5e92867669a9f0cf6f8e2c98c178eb170ef233 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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
{
  false
}
function {:existential true} {:inline} b5() : bool
{
  true
}
function {:existential true} {:inline} b6() : bool
{
  false
}
function {:existential true} {:inline} b7() : bool
{
  true
}
function {:existential true} {:inline} b8() : bool
{
  true
}
function {:existential true} {:inline} b9() : bool
{
  true
}
function {:existential true} {:inline} b10() : bool
{
  false
}
function {:existential true} {:inline} b11() : bool
{
  true
}
function {:existential true} {:inline} b12() : bool
{
  false
}
function {:existential true} {:inline} b13() : bool
{
  true
}
function {:existential true} {:inline} b14() : bool
{
  true
}
function {:existential true} {:inline} b15() : bool
{
  true
}
function {:existential true} {:inline} b16() : bool
{
  true
}

Boogie program verifier finished with 1 verified, 0 errors