diff options
Diffstat (limited to 'Test/snapshots/Snapshots12.v0.bpl')
-rw-r--r-- | Test/snapshots/Snapshots12.v0.bpl | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Test/snapshots/Snapshots12.v0.bpl b/Test/snapshots/Snapshots12.v0.bpl index da219bfd..56205ec8 100644 --- a/Test/snapshots/Snapshots12.v0.bpl +++ b/Test/snapshots/Snapshots12.v0.bpl @@ -1,16 +1,16 @@ -procedure {:checksum "0"} M();
-
-implementation {:id "M"} {:checksum "1"} M()
-{
- call N();
-
- assert false;
-}
-
-procedure {:checksum "2"} N();
- ensures F();
-
-function {:checksum "3"} F() : bool
-{
- false
-}
+procedure {:checksum "0"} M(); + +implementation {:id "M"} {:checksum "1"} M() +{ + call N(); + + assert false; +} + +procedure {:checksum "2"} N(); + ensures F(); + +function {:checksum "3"} F() : bool +{ + false +} |