summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ho/ext-finite-unsat.smt2
blob: 282cc3bda032bcce075e105506f76c54614fafad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; EXPECT: unsat
(set-logic HO_UF)
(set-info :status unsat)
(declare-sort U 0)
(declare-fun f (U) U)
(declare-fun g (U) U)
(declare-fun h (U) U)
(declare-fun a () U)
(declare-fun b () U)
(declare-fun c () U)
(assert (distinct f g h))
(assert (forall ((x U) (y U)) (= x y)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback