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