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