summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug596b.cvc.smt2
blob: 120966bf0827759908c7adf9450efd2d929f3162 (plain)
1
2
3
4
5
6
7
; EXPECT: sat
(set-logic ALL)
(set-option :incremental false)
(declare-fun f (Int) (Tuple Int Bool))
(declare-fun a () Int)
(assert (not (= (f a) (mkTuple 0 false))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback