Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoni206 committed Nov 23, 2023
1 parent 15a4bd7 commit e0d54b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/regress/cli/regress2/bv_to_int_issue_9053.smt2
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
; COMMAND-LINE: --solve-bv-as=iand --check-models
; EXPECT: sat
(set-logic ALL)
(declare-fun a () (Array Int Int))
(declare-fun b ((_ BitVec 3)) Int)
(declare-fun c () (_ BitVec 3))
(declare-fun d () (_ BitVec 3))
(assert (distinct (select a (b (bvand c d))) (select a (b (bvor c d)))))
(check-sat)

0 comments on commit e0d54b8

Please sign in to comment.