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