summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/pr4993-bvugt-bvurem-a.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/bv/pr4993-bvugt-bvurem-a.smt2')
-rw-r--r--test/regress/regress0/bv/pr4993-bvugt-bvurem-a.smt27
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regress/regress0/bv/pr4993-bvugt-bvurem-a.smt2 b/test/regress/regress0/bv/pr4993-bvugt-bvurem-a.smt2
new file mode 100644
index 000000000..c6748b19e
--- /dev/null
+++ b/test/regress/regress0/bv/pr4993-bvugt-bvurem-a.smt2
@@ -0,0 +1,7 @@
+; COMMAND-LINE: --bv-div-zero-const --no-check-unsat-cores
+(set-logic QF_BV)
+(set-info :status unsat)
+(declare-const x (_ BitVec 4))
+(declare-const y (_ BitVec 4))
+(assert (not (= (bvugt (bvurem y x) x) (ite (= x #x0) (bvugt y #x0) false))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback