blob: ce1675e40da0afe6cace9eb47f98df1b7b6ebb53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
function {:existential true} {:inline} b1() : bool
{
false
}
function {:existential true} {:inline} b2() : bool
{
true
}
function {:existential true} {:inline} b3() : bool
{
true
}
function {:existential true} {:inline} Assert() : bool
{
false
}
Boogie program verifier finished with 1 verified, 0 errors
|