summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots5.v1.bpl
blob: b42b15762d4d482489c1ba0ca2b936711ccc2aad (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#0"} F(n: int) : bool
{
    true
}