summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug522.smt2
blob: 7c47c5fd6f3803e489a08f395157f166dd871aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; EXPECT: sat
; EXPECT: sat
; EXIT: 10
(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