diff options
Diffstat (limited to 'Test/snapshots/Snapshots5.v0.bpl')
-rw-r--r-- | Test/snapshots/Snapshots5.v0.bpl | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Test/snapshots/Snapshots5.v0.bpl b/Test/snapshots/Snapshots5.v0.bpl index b8652c7b..ea59bed5 100644 --- a/Test/snapshots/Snapshots5.v0.bpl +++ b/Test/snapshots/Snapshots5.v0.bpl @@ -1,11 +1,11 @@ -procedure {:checksum "P0$proc#0"} P0(n: int where F(n));
-// Action: verify
-implementation {:id "P0"} {:checksum "P0$impl#0"} P0(n: int)
-{
- assert false;
-}
-
-function {:checksum "F#1"} F(n: int) : bool
-{
- false
-}
+procedure {:checksum "P0$proc#0"} P0(n: int where F(n)); +// Action: verify +implementation {:id "P0"} {:checksum "P0$impl#0"} P0(n: int) +{ + assert false; +} + +function {:checksum "F#1"} F(n: int) : bool +{ + false +} |