summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/fail1.bpl.expect
blob: e987f77355969e774673a10d454a46d9e4dfb90d (plain)
1
2
3
4
5
6
7
8
9
10
11
function {:existential true} {:inline} b1(x: bool) : bool
{
  false
}
fail1.bpl(16,3): Error BP5001: This assertion might not hold.
Execution trace:
    fail1.bpl(11,3): anon0
    fail1.bpl(12,11): anon4_Then
    fail1.bpl(16,3): anon3

Boogie program verifier finished with 0 verified, 1 error