summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/issue6996-trivial-elim.smt2
blob: 939044b4e2200850da692c6dccc9fc80292b6c4f (plain)
1
2
3
4
5
6
(set-logic ALL)
(set-info :status unsat)
(declare-datatypes ((@ 0)) (((V))))
(declare-fun I (@ Int) Bool)
(assert (forall ((v @) (i Int)) (! false :qid |outputbpl.122:24| :pattern ((I v i)))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback