summaryrefslogtreecommitdiff
path: root/Test/smoke/smoke0.bpl.expect
blob: fff67ab89631a31c6d0b650695416e2210ad4be1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
found unreachable code:
implementation b(x: int)
{
  var y: int;


  0:
    goto anon0;

  anon0:
    goto anon3_Then;

  anon3_Then:
    assume {:partition} x < 0;
    y := 1;
    assert false;
    return;
}



Boogie program verifier finished with 4 verified, 0 errors