summaryrefslogtreecommitdiff
path: root/Test/z3api/boog11.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/z3api/boog11.bpl')
-rw-r--r--Test/z3api/boog11.bpl36
1 files changed, 18 insertions, 18 deletions
diff --git a/Test/z3api/boog11.bpl b/Test/z3api/boog11.bpl
index 5b83de6a..c6e4f5f0 100644
--- a/Test/z3api/boog11.bpl
+++ b/Test/z3api/boog11.bpl
@@ -1,18 +1,18 @@
-type ref;
-// types
-const top: ref;
-var myRef: ref;
-
-// procedure
-procedure SetTo(r: ref);
- modifies myRef
-;
-
- ensures myRef==r;
-
-implementation SetTo(c: ref) {
- myRef:=top;
-}
-
-
-
+type ref;
+// types
+const top: ref;
+var myRef: ref;
+
+// procedure
+procedure SetTo(r: ref);
+ modifies myRef
+;
+
+ ensures myRef==r;
+
+implementation SetTo(c: ref) {
+ myRef:=top;
+}
+
+
+