diff options
Diffstat (limited to 'Test/AbsHoudini/test2.bpl.expect')
-rw-r--r-- | Test/AbsHoudini/test2.bpl.expect | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Test/AbsHoudini/test2.bpl.expect b/Test/AbsHoudini/test2.bpl.expect new file mode 100644 index 00000000..ecc2a8fd --- /dev/null +++ b/Test/AbsHoudini/test2.bpl.expect @@ -0,0 +1,18 @@ +function {:existential true} {:inline} b0() : bool +{ + false +} +function {:existential true} {:inline} b1() : bool +{ + true +} +function {:existential true} {:inline} b2() : bool +{ + true +} +function {:existential true} {:inline} Assert() : bool +{ + false +} + +Boogie program verifier finished with 1 verified, 0 errors |