Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
yoni206 committed Jun 4, 2024
1 parent d24b585 commit ec7edeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/regress/cli/regress0/bv2nat_lemma_ranges_1.smt2
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
; COMMAND: --model-based-arith-bv-conv
; EXPECT: unsat
(set-logic ALL)
(declare-fun x () (_ BitVec 4))
(assert (< (bv2nat x) 0))
(check-sat)

0 comments on commit ec7edeb

Please sign in to comment.