summaryrefslogtreecommitdiff
path: root/test/regress/regress1/fmf/issue4068-si-qf.smt2
blob: efe25da5b25fc902e45f898faf3341280320a6b9 (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --fmf-fun --sort-inference
; EXPECT: sat
(set-logic QF_UFNIA)
(set-info :status sat)
(declare-const i15 Int)
(assert (= true true true (not (= i15 0))))
(check-sat)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback