summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug522.smt2
blob: 3a9ea0eaa9512a1540be84c7a234479738505082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; EXPECT: sat
; EXPECT: sat
(set-option :incremental "true")
(set-logic QF_UF)

(push 1)
(declare-sort U 0)
(declare-fun x () U)
(declare-fun y () U)
(assert (= x y))
(check-sat)
(pop 1)

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback