diff options
Diffstat (limited to 'Test/snapshots/Snapshots3.v0.bpl')
-rw-r--r-- | Test/snapshots/Snapshots3.v0.bpl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Test/snapshots/Snapshots3.v0.bpl b/Test/snapshots/Snapshots3.v0.bpl new file mode 100644 index 00000000..65dd49ff --- /dev/null +++ b/Test/snapshots/Snapshots3.v0.bpl @@ -0,0 +1,18 @@ +procedure {:checksum "P0$proc#0"} P0();
+ensures G();
+// Action: verify
+implementation {:checksum "P0$impl#0"} P0()
+{
+}
+
+
+function {:checksum "F#0"} F() : bool
+{
+ true
+}
+
+
+function {:checksum "G#0"} G() : bool
+{
+ F()
+}
|