summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ho/ho-match-fun-suffix.smt2
blob: 1e4ad243c8501ccaba15de706aea0226c4e2d04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; COMMAND-LINE: --uf-ho
; EXPECT: unsat
(set-logic ALL)
(set-info :status unsat)
(declare-fun f (Int Int) Int)
(declare-fun a () Int)
(declare-fun b () Int)

(assert (forall ((x (-> Int Int)) (y Int)) (not (= (x y) 0))))

(assert (= (f a b) 0))

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