Skip to content

Commit

Permalink
Regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoDutertre committed Jun 18, 2020
1 parent d554286 commit 305a800
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/regress/wd/issue220.smt2
@@ -0,0 +1,17 @@
(set-logic QF_BV)
(declare-const x (_ BitVec 5))
(assert
(=
(bvadd
(bvmul (concat (_ bv64 5) x) (concat (_ bv64 5) x))
(concat (_ bv64 5) x)
(bvmul (concat (_ bv64 5) x) (concat (_ bv64 5) x)))

(bvadd
(concat (_ bv64 5) x)
(bvmul (concat (_ bv64 5) x) (concat (_ bv64 5) x)))

(concat (_ bv64 5) x)))

(check-sat)

1 change: 1 addition & 0 deletions tests/regress/wd/issue220.smt2.gold
@@ -0,0 +1 @@
sat
1 change: 1 addition & 0 deletions tests/regress/wd/issue220.smt2.options
@@ -0,0 +1 @@
--incremental

0 comments on commit 305a800

Please sign in to comment.