summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/pred4.bpl.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/AbsHoudini/pred4.bpl.expect')
-rw-r--r--Test/AbsHoudini/pred4.bpl.expect10
1 files changed, 10 insertions, 0 deletions
diff --git a/Test/AbsHoudini/pred4.bpl.expect b/Test/AbsHoudini/pred4.bpl.expect
new file mode 100644
index 00000000..ec1d9517
--- /dev/null
+++ b/Test/AbsHoudini/pred4.bpl.expect
@@ -0,0 +1,10 @@
+function {:existential true} {:inline} b1(x: bool, y: bool) : bool
+{
+ (y || x) && (!x || !y)
+}
+function {:existential true} {:absdomain "Intervals"} {:inline} b3(x: int) : bool
+{
+ x >= 0 && x <= 0
+}
+
+Boogie program verifier finished with 1 verified, 0 errors