We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db2eb2 commit 228f512Copy full SHA for 228f512
regression/smt2_solver/basic-bv1/basic-bv1.smt2
@@ -46,6 +46,9 @@
46
(= a #x4)
47
(= a #x8))))
48
49
+; make sure this still type checks as we have used x with a different type above
50
+(define-fun d02 () Bool (= (bvand (bvnot x) (bvnot y)) (bvnot (bvor x y))))
51
+
52
; Predicates over Bitvectors
53
54
(define-fun p1 () Bool (= (bvule #x0a #xf0) true)) ; unsigned less or equal
regression/smt2_solver/basic-bv1/test.desc
@@ -1,4 +1,4 @@
1
-CORE
+KNOWNBUG
2
basic-bv1.smt2
3
4
^EXIT=0$
0 commit comments