summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots5.v1.bpl
blob: 12895df61ddb06ba1f3e1c5f495def68b381489e (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
}