summaryrefslogtreecommitdiff
path: root/Test/z3api/boog14.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/z3api/boog14.bpl')
-rw-r--r--Test/z3api/boog14.bpl22
1 files changed, 11 insertions, 11 deletions
diff --git a/Test/z3api/boog14.bpl b/Test/z3api/boog14.bpl
index 41450d85..40526011 100644
--- a/Test/z3api/boog14.bpl
+++ b/Test/z3api/boog14.bpl
@@ -1,12 +1,12 @@
-type ref;
-function choose(a:bool, b:int, c:int) returns (x:int);
-axiom(forall a:bool, b:int, c:int :: {choose(a,b,c)} a ==> choose(a,b,c) == b);
-
-
-var myInt:int;
-procedure main()
-modifies myInt;
-ensures myInt==5;
-{
- myInt:=4;
+type ref;
+function choose(a:bool, b:int, c:int) returns (x:int);
+axiom(forall a:bool, b:int, c:int :: {choose(a,b,c)} a ==> choose(a,b,c) == b);
+
+
+var myInt:int;
+procedure main()
+modifies myInt;
+ensures myInt==5;
+{
+ myInt:=4;
} \ No newline at end of file