summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/houd5.bpl.expect
blob: 121445241506d8ba14421d19e89b0589aca123fb (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
function {:existential true} {:inline} b1(x: bool) : bool
{
  !x
}
function {:existential true} {:inline} b2(x: bool) : bool
{
  x
}
function {:existential true} {:inline} b3(x: bool) : bool
{
  !x
}
function {:existential true} {:inline} b4(x: bool) : bool
{
  x
}
function {:existential true} {:inline} b5() : bool
{
  false
}
function {:existential true} {:inline} Assert() : bool
{
  false
}

Boogie program verifier finished with 1 verified, 0 errors