summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots5.v0.bpl
blob: ea59bed5dcbdfcc263fc5da1d296c3d7e58d5d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
procedure {:checksum "P0$proc#0"} P0(n: int where F(n));
// Action: verify
implementation {:id "P0"} {:checksum "P0$impl#0"} P0(n: int)
{
    assert false;
}

function {:checksum "F#1"} F(n: int) : bool
{
    false
}