summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots0.v2.bpl
blob: 8c7efe2451c22f11c7539d66e17078e3361064dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// id = "P0:1"
// priority = 5
// checksum = "012"
//
// Action: skip
procedure {:id "P0:1"} {:priority 5} {:checksum "012"} P0()
{
    assert false;
}


// id = "P1:0"
// priority = 1
// checksum = "234"
//
// Action: skip
procedure {:priority 1} {:checksum "234"} P1()
{
    assert true;
}


// id = "P3:0"
// priority = 1
// checksum = "234"
//
// Action: skip
procedure {:checksum "234"} P3()
{
    assert true;
}