summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots34.v0.bpl
blob: e352264545bfc4d4b99f0d778e5b8a8b7074e290 (plain)
1
2
3
4
5
6
7
procedure {:checksum "0"} P();
  requires 0 != 0;

implementation {:id "P"} {:checksum "1"} P()
{
    assert 1 != 1;
}