Add type to uninterpreted constant values (#8891)
[cvc5.git] / test / regress / cli / regress0 / bug310.cvc.smt2
1 ; EXPECT: unsat
2 (set-logic ALL)
3 (set-option :incremental false)
4 (declare-fun b () Bool)
5 (declare-datatypes ((D 0)) (((c (s Int)))))
6 (check-sat-assuming ( (not (= (c (ite b 1 0)) (ite b (c 1) (c 0)))) ))