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


  anon0:
    goto anon3_Then;

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



Boogie program verifier finished with 4 verified, 0 errors