summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/ari056.smt2
blob: aee3cd97074f38987c024c1eeff29a32dfd68b07 (plain)
1
2
3
4
5
6
; COMMAND-LINE: --cegqi
; EXPECT: unsat
(set-logic UFNIRA)
(set-info :status unsat)
(assert (forall ((X Int)) (= X 12) ))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback