summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/houd3.bpl.expect
blob: 780edc91700c9e48f4df83f8b2971c824bbbb438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
function {:existential true} {:inline} Assert(x: bool) : bool
{
  x
}
function {:existential true} {:inline} b1(x: bool) : bool
{
  true
}
function {:existential true} {:inline} b2(x: bool) : bool
{
  true
}

Boogie program verifier finished with 1 verified, 0 errors