diff options
Diffstat (limited to 'Test/snapshots/Snapshots2.v3.bpl')
-rw-r--r-- | Test/snapshots/Snapshots2.v3.bpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Test/snapshots/Snapshots2.v3.bpl b/Test/snapshots/Snapshots2.v3.bpl new file mode 100644 index 00000000..5bf59435 --- /dev/null +++ b/Test/snapshots/Snapshots2.v3.bpl @@ -0,0 +1,13 @@ +procedure {:checksum "P0$proc#2"} P0();
+requires F0();
+// Action: verify (function changed)
+implementation {:checksum "P0$impl#0"} P0()
+{
+ call P0();
+}
+
+
+function {:checksum "F0#1"} F0() : bool
+{
+ false
+}
|