summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/core/extract-concat-10.smt
blob: 65265c7093c4f4fde49c7f6e39f3e0baede7c58c (plain)
1
2
3
4
5
6
7
8
(benchmark B_
  :logic QF_BV
  :status unsat
  :extrafuns ((x BitVec[32]))
  :extrafuns ((y BitVec[32]))
  :formula
(not (= (extract[60:3] (concat x y)) (concat (extract[28:0] x) (extract[31:3] y))))
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback