summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots35.v1.bpl
blob: 605a862a26987e2e05a6ea9bf6c8840ba1a62221 (plain)
1
2
3
4
5
6
procedure {:checksum "2"} P(b: bool);

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