summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots22.v1.bpl
blob: 78b5da9ac036c89e16aab63ee240341da1df504d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
procedure {:checksum "0"} M();

implementation {:id "M"} {:checksum "2"} M()
{
    if (*)
    {
        assert 1 == 1;
    }
    else
    {
        assert 2 == 2;
    }

    assert 3 == 3;
}