sidekick/tests/unsat/test-012.smt2
2018-02-08 22:19:28 -06:00

7 lines
156 B
Text

(declare-sort U 0)
(declare-fun a () U)
(declare-fun b () U)
(declare-fun f (U) U)
(assert (and (= a b) (not (= (f a) (f b)))))
(check-sat)
; :status unsat