summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots35.v0.bpl
blob: adfd6a698ee67faa646a95a25e031777890be6b2 (plain)
1
2
3
4
5
6
7
procedure {:checksum "0"} P(b: bool);
  requires b;

implementation {:id "P"} {:checksum "1"} P(p: bool)
{
    assert p;
}