summaryrefslogtreecommitdiff
path: root/Test/snapshots/Snapshots2.v2.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/snapshots/Snapshots2.v2.bpl')
-rw-r--r--Test/snapshots/Snapshots2.v2.bpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/Test/snapshots/Snapshots2.v2.bpl b/Test/snapshots/Snapshots2.v2.bpl
new file mode 100644
index 00000000..02c5e6df
--- /dev/null
+++ b/Test/snapshots/Snapshots2.v2.bpl
@@ -0,0 +1,13 @@
+procedure {:checksum "P0$proc#2"} P0();
+requires F0();
+// Action: verify (procedure changed)
+implementation {:checksum "P0$impl#0"} P0()
+{
+ call P0();
+}
+
+
+function {:checksum "F0#0"} F0() : bool
+{
+ true
+}