summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ho/issue4477.smt2
blob: 7162d260c7c54d0f28a93cc632a293661c3e5eee (plain)
1
2
3
4
5
6
7
8
9
10
11
; REQUIRES: no-competition
; SCRUBBER: grep -o "Symbol '->' not declared"
; EXPECT: Symbol '->' not declared 
; EXIT: 1
(set-logic ALL)
(declare-sort s 0)
(declare-fun a () s)
(declare-fun b () s)
(declare-fun c (s) s)
(assert (forall ((d (-> s s))) (distinct (d a) (c a) b)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback