diff options
author | Ally Donaldson <unknown> | 2014-05-27 20:31:56 +0100 |
---|---|---|
committer | Ally Donaldson <unknown> | 2014-05-27 20:31:56 +0100 |
commit | 858c77d6c370e13c9ac0960250ba1be1f80becbd (patch) | |
tree | 19fa746c86e4a83e217d285c7a3c8fddd63f6540 /Test/AbsHoudini/pred1.bpl.expect | |
parent | b36ca0d44cc409a60b2424c74b0f1e2ada6a6c70 (diff) | |
parent | 75416c24e78d9992c10fbb86ba458e813acf943d (diff) |
Merge
Diffstat (limited to 'Test/AbsHoudini/pred1.bpl.expect')
-rw-r--r-- | Test/AbsHoudini/pred1.bpl.expect | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Test/AbsHoudini/pred1.bpl.expect b/Test/AbsHoudini/pred1.bpl.expect new file mode 100644 index 00000000..0e3d3333 --- /dev/null +++ b/Test/AbsHoudini/pred1.bpl.expect @@ -0,0 +1,14 @@ +function {:existential true} {:inline} b0(x: bool, y: bool) : bool +{ + x && !y +} +function {:existential true} {:inline} b1(x: bool, y: bool) : bool +{ + (y || x) && (!x || !y) +} +function {:existential true} {:inline} b2(x: bool, y: bool) : bool +{ + x && !y +} + +Boogie program verifier finished with 1 verified, 0 errors |