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