Skip to content

Commit

Permalink
Add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jul 19, 2024
1 parent 7ce7868 commit 8633358
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 0 deletions.
249 changes: 249 additions & 0 deletions tests/dune.inc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/issues/1170.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

unknown
6 changes: 6 additions & 0 deletions tests/issues/1170.smt2
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(set-logic QF_BV)
(declare-const A (_ BitVec 2))
(declare-const B (_ BitVec 1))
(declare-const C (_ BitVec 3))
(assert (= (bvmul (_ bv3 4) (concat A (concat #b0 B))) (concat C #b1)))
(check-sat)

0 comments on commit 8633358

Please sign in to comment.