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

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