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