summaryrefslogtreecommitdiff
path: root/Test/z3api/Boog24.bpl
diff options
context:
space:
mode:
authorGravatar qadeer <qadeer@microsoft.com>2011-06-22 11:09:37 -0700
committerGravatar qadeer <qadeer@microsoft.com>2011-06-22 11:09:37 -0700
commit76a041a475db3a9d7cf2cac8598ecc5ffcc70ca0 (patch)
tree57b55325f5c1c6e7c20317211870b2f38b5e2c4a /Test/z3api/Boog24.bpl
parent4eca552a65a0bfc9a81cae24906a3ecb8ae7768a (diff)
partial fixes to these regressions
Diffstat (limited to 'Test/z3api/Boog24.bpl')
-rw-r--r--Test/z3api/Boog24.bpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/z3api/Boog24.bpl b/Test/z3api/Boog24.bpl
index c5e2eea6..d3da775d 100644
--- a/Test/z3api/Boog24.bpl
+++ b/Test/z3api/Boog24.bpl
@@ -1,3 +1,4 @@
+type ref;
function LIFT(a:bool) returns (int);
axiom(forall a:bool :: {LIFT(a)} a <==> LIFT(a) != 0);