summaryrefslogtreecommitdiff
path: root/Test/AbsHoudini/houd2.bpl.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/AbsHoudini/houd2.bpl.expect')
-rw-r--r--Test/AbsHoudini/houd2.bpl.expect14
1 files changed, 14 insertions, 0 deletions
diff --git a/Test/AbsHoudini/houd2.bpl.expect b/Test/AbsHoudini/houd2.bpl.expect
new file mode 100644
index 00000000..6fe401ad
--- /dev/null
+++ b/Test/AbsHoudini/houd2.bpl.expect
@@ -0,0 +1,14 @@
+function {:existential true} {:inline} Assert(x: bool) : bool
+{
+ true
+}
+function {:existential true} {:inline} b1(x: bool) : bool
+{
+ true
+}
+function {:existential true} {:inline} b2(x: bool) : bool
+{
+ false
+}
+
+Boogie program verifier finished with 1 verified, 0 errors