summaryrefslogtreecommitdiff
path: root/test/regress/regress0/issue4469-unc-no-reuse-var.smt2
blob: 3bc79578f334f80a067acb70b1bfb63a0e991176 (plain)
1
2
3
4
5
6
7
; COMMAND-LINE: --unconstrained-simp --no-check-models
; EXPECT: sat
(set-logic QF_AUFBVLIA)
(declare-fun a () Int)
(declare-fun b (Int) Int)
(assert (distinct (b a) (b (b a))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback