summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ho/ext-ho.smt2
blob: 613533ebd82fd30a91a5cb4aa24c94417c4ce012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; EXPECT: sat
(set-logic HO_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