summaryrefslogtreecommitdiff
path: root/test/regress/regress0/declare-fun-is-match.smt2
blob: 0b69011c827fac6e151978ef381711fbdd8ef241 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: sat
(set-info :smt-lib-version 2.6)
(set-logic HO_UFIDL)
(set-info :status sat)
(declare-fun match (Int Int) Int)
(declare-fun is (Int Int) Int)
(assert (= match is))
(check-sat)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback