summaryrefslogtreecommitdiff
path: root/Test/z3api/boog7.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/z3api/boog7.bpl')
-rw-r--r--Test/z3api/boog7.bpl42
1 files changed, 21 insertions, 21 deletions
diff --git a/Test/z3api/boog7.bpl b/Test/z3api/boog7.bpl
index 78e5e3e6..abe0b17a 100644
--- a/Test/z3api/boog7.bpl
+++ b/Test/z3api/boog7.bpl
@@ -1,21 +1,21 @@
-type ref;
-// consts
-const w: int;
-
-
-// vars
-var favorite: int;
-
-// procedure
-procedure SetToSeven(p: int);
- modifies favorite
-;
-
- ensures favorite==p;
-
-implementation SetToSeven(l: int) {
- favorite:=w;
-}
-
-
-
+type ref;
+// consts
+const w: int;
+
+
+// vars
+var favorite: int;
+
+// procedure
+procedure SetToSeven(p: int);
+ modifies favorite
+;
+
+ ensures favorite==p;
+
+implementation SetToSeven(l: int) {
+ favorite:=w;
+}
+
+
+