summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots2.v4.bpl
blob: abbf5e86339a71f179ed9dcb4641fe78d5f77e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
procedure {:checksum "P0$proc#2"} P0();
requires F0();
// Action: skip
implementation {:id "P0"} {:checksum "P0$impl#0"} P0()
{
    call P0();
}


function {:checksum "F0#1"} F0() : bool
{
    false
}