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