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