summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/houd10.bpl.expect
blob: d427a9f23f6a941076d075cde4ffbd6e8cb5d8aa (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
{
  true
}
function {:existential true} {:inline} b2() : bool
{
  false
}
function {:existential true} {:inline} b3() : bool
{
  true
}
function {:existential true} {:inline} Assert() : bool
{
  true
}

Boogie program verifier finished with 1 verified, 0 errors